home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TADRUNSETTINGS / TADRUNSETTINGS.txt
Text File  |  2004-10-12  |  3KB  |  162 lines

  1. object ADRunSettings: TADRunSettings
  2.   Left = 252
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Start a program'
  7.   ClientHeight = 380
  8.   ClientWidth = 426
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 16
  22.     Width = 42
  23.     Height = 13
  24.     Caption = '&Program:'
  25.     FocusControl = eProgram
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 64
  30.     Width = 124
  31.     Height = 13
  32.     Caption = '&Command line parameters:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 16
  36.     Top = 104
  37.     Width = 393
  38.     Height = 41
  39.     AutoSize = False
  40.     Caption = 
  41.       '(Use %1, %2, %3 etc to specify linked documents, @1, @2, @3 etc ' +
  42.       '- linked persons, %% and @@ to escape "%" and  "@" characters)'
  43.     WordWrap = True
  44.   end
  45.   object eProgram: TEdit
  46.     Left = 16
  47.     Top = 32
  48.     Width = 289
  49.     Height = 21
  50.     TabOrder = 0
  51.   end
  52.   object bBrowse: TButton
  53.     Left = 312
  54.     Top = 30
  55.     Width = 97
  56.     Height = 25
  57.     Caption = 'Browse'
  58.     TabOrder = 1
  59.     OnClick = bBrowseClick
  60.   end
  61.   object eParams: TEdit
  62.     Left = 16
  63.     Top = 80
  64.     Width = 393
  65.     Height = 21
  66.     TabOrder = 2
  67.   end
  68.   object rgDisplay: TRadioGroup
  69.     Left = 16
  70.     Top = 152
  71.     Width = 393
  72.     Height = 73
  73.     Caption = 'Application window display mode'
  74.     Columns = 2
  75.     ItemIndex = 0
  76.     Items.Strings = (
  77.       '&Normal'
  78.       '&Minimised'
  79.       'M&aximised'
  80.       '&Hidden')
  81.     TabOrder = 3
  82.   end
  83.   object cbDetached: TCheckBox
  84.     Left = 16
  85.     Top = 240
  86.     Width = 393
  87.     Height = 17
  88.     Caption = '&Run console application as a detached process'
  89.     TabOrder = 4
  90.   end
  91.   object bOK: TButton
  92.     Left = 216
  93.     Top = 344
  94.     Width = 89
  95.     Height = 25
  96.     Caption = '&OK'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 5
  100.     OnClick = bOKClick
  101.   end
  102.   object bCancel: TButton
  103.     Left = 320
  104.     Top = 344
  105.     Width = 91
  106.     Height = 25
  107.     Cancel = True
  108.     Caption = 'Cancel'
  109.     ModalResult = 2
  110.     TabOrder = 6
  111.   end
  112.   object cbWait: TCheckBox
  113.     Left = 16
  114.     Top = 264
  115.     Width = 393
  116.     Height = 17
  117.     Caption = '&Wait for completion'
  118.     TabOrder = 7
  119.     OnClick = cbWaitClick
  120.   end
  121.   object cbStopOnError: TCheckBox
  122.     Left = 32
  123.     Top = 288
  124.     Width = 385
  125.     Height = 17
  126.     Caption = '&Stop execution of other actions if execution result code'
  127.     TabOrder = 8
  128.     OnClick = cbWaitClick
  129.   end
  130.   object cbStopIF: TComboBox
  131.     Left = 48
  132.     Top = 312
  133.     Width = 121
  134.     Height = 21
  135.     Style = csDropDownList
  136.     ItemHeight = 13
  137.     ItemIndex = 1
  138.     TabOrder = 9
  139.     Text = 'is not'
  140.     Items.Strings = (
  141.       'is'
  142.       'is not'
  143.       'greater than'
  144.       'smaller than'
  145.       'is one of'
  146.       'is not one of')
  147.   end
  148.   object eResultList: TEdit
  149.     Left = 176
  150.     Top = 312
  151.     Width = 233
  152.     Height = 21
  153.     TabOrder = 10
  154.     OnKeyPress = eResultListKeyPress
  155.   end
  156.   object dOpen: TOpenDialog
  157.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing, ofDontAddToRecent]
  158.     Left = 8
  159.     Top = 336
  160.   end
  161. end
  162.